Object::Parts

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::Parts - instance method  

TEMPLATE

void Parts(Collection * componentList)  

SPECIFIERS

public virtual  

DESCRIPTION

This method adds all interesting referenced objects of the receiver to the componentList which is used by the Object Structure Browser of the ET++ Programming Environment to show dynamic relationships between objects.
Parts must be partially overridden, never totally. Doing so would exclude the receiver's base class from adding its referenced objects.
For examples, see method Application::Parts, method Document::Parts. Method is often overridden.  

ARGUMENTS

Collection * componentList

a collection where to add interesting referenced objects of the receiver
 

RETURN ARGUMENT

void

 

CATEGORIES

progenv support, overrider interface

 

FIRST DEFINITION

class Object  

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FIRST DEFINITION
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022